home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / fpk65_66.zip / README < prev   
Text File  |  1997-02-11  |  2KB  |  58 lines

  1. This is an official update for FPKPascal for DOS, the
  2. run time library is changed to version 0.6.6.
  3.  
  4. Installation of the update:
  5. - backup your old FPKPascal installation
  6. - change to the directory of your FPKPascal installation
  7. - unzip the zip file and allow unzip to replace every file
  8.   (or unzip with
  9.    unzip -o)
  10.  
  11. That's all.
  12.  
  13. This update contains the earlier posted GO32, CRT and DOS unit and
  14. also the new GRAPH unit from the 11th february 1997
  15.  
  16. What's new?
  17. -----------
  18. The GRAPH unit is completely rewritten and works now with VESA
  19. (with DPMI or raw).
  20.  
  21. ************************************************************************
  22.  
  23. The GO32 is completely new and exports some routines to access
  24. dos memory, i/o ports and to redirect interrupts and some help
  25. routines, for more informations read DOC\GO32.HTM.
  26.  
  27. ************************************************************************
  28.  
  29. The CRT unit works now with DPMI (no Protection fault in a DOS box
  30. of WinNT/95)
  31.  
  32. ************************************************************************
  33.  
  34. The DOS unit is improved:
  35. New procedures/functions:
  36. -------------------------
  37. setftime
  38. getftime
  39. fsearch
  40. msdos
  41. setfattr
  42. getfattr
  43.  
  44. Improved:
  45. --------
  46. fexpand
  47.  
  48. Bugs removed:
  49. --------
  50. getftime works now
  51. setftime    - " -
  52. searchrec the field size contains now the correct value
  53. ************************************************************************
  54. Unit SYSTEM:
  55.  
  56. append
  57. ************************************************************************
  58.